home *** CD-ROM | disk | FTP | other *** search
- C = ztc -c -ml $*.cpp -o
-
- OBJ = fft.obj evalue.obj submat.obj cholesky.obj hholder.obj \
- sort.obj newmatrm.obj jacobi.obj tmtf.obj svd.obj tmte.obj \
- tmtd.obj newmat8.obj tmtc.obj tmtb.obj newmat7.obj newmat6.obj \
- newmat5.obj newmat3.obj newmat4.obj newmat2.obj newmat1.obj \
- tmt.obj tmt1.obj tmt2.obj tmt3.obj tmt4.obj tmt5.obj tmt6.obj \
- tmt7.obj tmt8.obj tmt9.obj tmta.obj tmtg.obj tmth.obj tmti.obj \
- bandmat.obj myexcept.obj newmatex.obj
-
- tmt_z.exe: $(OBJ) tmt_z.lnk
- blink @tmt_z.lnk
-
- tmt_z.lnk: tmt_z.mak
- echo newmat1.obj+newmat2.obj+newmat3.obj+ > tmt_z.lnk
- echo newmat4.obj+svd.obj+newmat5.obj+ >> tmt_z.lnk
- echo newmat6.obj+newmat7.obj+newmat8.obj+ >> tmt_z.lnk
- echo tmt.obj+tmt1.obj+tmt2.obj+tmt3.obj+ >> tmt_z.lnk
- echo tmt4.obj+tmt5.obj+tmt6.obj+tmt7.obj+ >> tmt_z.lnk
- echo tmt8.obj+tmt9.obj+tmta.obj+tmti.obj+ >> tmt_z.lnk
- echo tmtb.obj+tmtc.obj+tmtd.obj+tmte.obj+ >> tmt_z.lnk
- echo tmtf.obj+tmtg.obj+tmth.obj+ >> tmt_z.lnk
- echo cholesky.obj+hholder.obj+sort.obj+ >> tmt_z.lnk
- echo submat.obj+jacobi.obj+newmatrm.obj+ >> tmt_z.lnk
- echo fft.obj+evalue.obj+bandmat.obj+ >> tmt_z.lnk
- echo newmatex.obj+myexcept.obj >> tmt_z.lnk
- echo tmt_z.exe >> tmt_z.lnk
-
- newmatxx: include.h newmat.h boolean.h myexcept.h
- echo "date of newest main .h file" > newmatxx
-
- myexcept.obj: include.h boolean.h myexcept.h myexcept.cpp
- $C
-
- newmatex.obj: newmatxx newmatex.cpp
- $C
-
- example.obj: newmatxx newmatap.h example.cpp
- $C
-
- cholesky.obj: newmatxx cholesky.cpp
- $C
-
- evalue.obj: newmatxx newmatrm.h precisio.h evalue.cpp
- $C
-
- fft.obj: newmatxx newmatap.h fft.cpp
- $C
-
- hholder.obj: newmatxx newmatap.h hholder.cpp
- $C
-
- jacobi.obj: newmatxx precisio.h newmatrm.h jacobi.cpp
- $C
-
- bandmat.obj: newmatxx newmatrc.h controlw.h bandmat.cpp
- $C
-
- newmat1.obj: newmatxx newmat1.cpp
- $C
-
- newmat2.obj: newmatxx newmatrc.h controlw.h newmat2.cpp
- $C
-
- newmat3.obj: newmatxx newmatrc.h controlw.h newmat3.cpp
- $C
-
- newmat4.obj: newmatxx newmatrc.h controlw.h newmat4.cpp
- $C
-
- newmat5.obj: newmatxx newmatrc.h controlw.h newmat5.cpp
- $C
-
- newmat6.obj: newmatxx newmatrc.h controlw.h newmat6.cpp
- $C
-
- newmat7.obj: newmatxx newmatrc.h controlw.h newmat7.cpp
- $C
-
- newmat8.obj: newmatxx newmatap.h newmat8.cpp
- $C
-
- newmat9.obj: newmatxx newmatrc.h controlw.h newmatio.h newmat9.cpp
- $C
-
- newmatrm.obj: newmatxx newmatrm.h newmatrm.cpp
- $C
-
- sort.obj: newmatxx newmatap.h sort.cpp
- $C
-
- submat.obj: newmatxx newmatrc.h controlw.h submat.cpp
- $C
-
- svd.obj: newmatxx newmatrm.h precisio.h svd.cpp
- $C
-
- tmt.obj: newmatxx newmatap.h tmt.cpp
- $C
-
- tmt1.obj: newmatxx newmatap.h tmt1.cpp
- $C
-
- tmt2.obj: newmatxx newmatap.h tmt2.cpp
- $C
-
- tmt3.obj: newmatxx newmatap.h tmt3.cpp
- $C
-
- tmt4.obj: newmatxx newmatap.h tmt4.cpp
- $C
-
- tmt5.obj: newmatxx newmatap.h tmt5.cpp
- $C
-
- tmt6.obj: newmatxx newmatap.h tmt6.cpp
- $C
-
- tmt7.obj: newmatxx newmatap.h tmt7.cpp
- $C
-
- tmt8.obj: newmatxx newmatap.h tmt8.cpp
- $C
-
- tmt9.obj: newmatxx newmatap.h tmt9.cpp
- $C
-
- tmta.obj: newmatxx newmatap.h tmta.cpp
- $C
-
- tmtb.obj: newmatxx newmatap.h tmtb.cpp
- $C
-
- tmtc.obj: newmatxx newmatap.h tmtc.cpp
- $C
-
- tmtd.obj: newmatxx newmatap.h tmtd.cpp
- $C
-
- tmte.obj: newmatxx newmatap.h tmte.cpp
- $C
-
- tmtf.obj: newmatxx newmatap.h tmtf.cpp
- $C
-
- tmtg.obj: newmatxx newmatap.h tmtg.cpp
- $C
-
- tmth.obj: newmatxx newmatap.h tmth.cpp
- $C
-
- tmti.obj: newmatxx newmatap.h tmti.cpp
- $C
-
-
-